All Questions
2 questions
4votes
0answers
91views
Creating companion classes that are `inherited` onto any sub-classes
The idea for the code I have written came about due to the acts_as_versioned gem which automatically nests a Version class onto ...
2votes
1answer
192views
Duplicating Rails model for a form with meta-programming
Can someone please review my code: ...